| lcPaint_PtbufAddLineP | Home |
|
BOOL lcPaint_PtbufAddLineP ( HANDLE hPtbuf, double X1, double Y1, double Angle, double Dist ); |
| hPtbuf | |
| Handle to points buffer. | |
| X1 Y1 | |
| First point coordinates. | |
| Angle | |
| Angle from the first point. | |
| Dist | |
| Distance from the first point. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPaint_PtbufAddLine |